Restricting `using` directives to the current file

Posted by Rahul G - I hate Unicorns on Stack Overflow See other posts from Stack Overflow or by Rahul G - I hate Unicorns
Published on 2010-04-05T08:44:44Z Indexed on 2010/04/05 8:53 UTC
Read the original article Hit count: 320

Filed under:
|

Sorry for this silly question, but is there any way to restrict using directives to the current file so that they don't propagate to the files that #include this file?

© Stack Overflow or respective owner

Related posts about c++

Related posts about using-directives